Uses of Class
com.netscape.certsrv.selftests.EDuplicateSelfTestException
Packages that use EDuplicateSelfTestException
Package
Description
-
Uses of EDuplicateSelfTestException in com.netscape.cms.selftests
Methods in com.netscape.cms.selftests that throw EDuplicateSelfTestExceptionModifier and TypeMethodDescriptionvoid
SelfTest.initSelfTest
(SelfTestSubsystem subsystem, String instanceName, ConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EDuplicateSelfTestException in com.netscape.cms.selftests.common
Methods in com.netscape.cms.selftests.common that throw EDuplicateSelfTestExceptionModifier and TypeMethodDescriptionvoid
SystemCertsVerification.initSelfTest
(SelfTestSubsystem subsystem, String instanceName, ConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EDuplicateSelfTestException in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that throw EDuplicateSelfTestExceptionModifier and TypeMethodDescriptionvoid
SelfTestSubsystem.registerSelfTestAtStartup
(String instanceName, boolean isCritical, SelfTest instance) Register an individual self test on the instances list AND on the "startup" list (note that the specified self test will be appended to the end of each list).void
SelfTestSubsystem.registerSelfTestOnDemand
(String instanceName, boolean isCritical, SelfTest instance) Register an individual self test on the instances list AND on the "on demand" list (note that the specified self test will be appended to the end of each list).